If Q9_OTHER.HasValidData Then
	Assert.Check(len(Q9_OTHER)>=3,"The response at Q9_OTHER is less than 3 characters in length.")
EndIf

If Q1.Value = 1 AND Q2.Value = 1 AND Q9.Value=1 AND Q10.value = 1 Then
  Assert.Check(Q11.Value<>1 ,"Value is 1 in all single-coded questions.")
EndIf


